ComponentOne ASP.NET MVC Controls
LabelAngle Property

C1.Web.Mvc Namespace > ChartAxis<T> Class : LabelAngle Property
Gets or sets the rotation angle of axis labels. The angle is measured in degrees with valid values ranging from -90 to 90.
Syntax
'Declaration
 
Public Property LabelAngle As Nullable(Of Integer)
public Nullable<int> LabelAngle {get; set;}
See Also

Reference

ChartAxis<T> Class
ChartAxis<T> Members